<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: auto;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "寰蒋闆呴粦";
}
a {
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
ul,
li {
  list-style: none;
}
.comm_cont {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #FFFFFF;
}
#head_box {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: #FFFFFF;
  transition: 0.5s;
}
.head_boxA {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#footer {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: #ececec;
}
#footer .foot_div {
  width: 1200px;
  height: auto;
  margin: auto;
}
#footer .foot_div .foot_head {
  width: 100%;
  height: 50px;
}
#footer .foot_div .foot_head .foot_ul {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
#footer .foot_div .foot_head .foot_ul .foot_li {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #999999;
  margin-right: 74px;
  cursor: pointer;
  transition: 0.5s;
}
#footer .foot_div .foot_head .foot_ul .foot_li:hover {
  color: #dc1c1c;
}
#footer .foot_div .foot_head .foot_ul .foot_li:last-child {
  margin-right: 0px;
}
#footer .foot_div .foot_cont {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 1px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .foot_div .foot_cont .foot_logo {
  width: 172px;
  height: auto;
  cursor: pointer;
}
#footer .foot_div .foot_cont .foot_logo img {
  width: 100%;
}
#footer .foot_div .foot_line {
  width: 1px;
  height: 84px;
  background-color: #c7c7c7;
}
#footer .foot_div .foot_code {
  width: 700px;
  height: 154px;
}
#footer .foot_div .foot_code .code_ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .foot_div .foot_code .code_ul .code_li {
  width: 123px;
  height: auto;
  cursor: pointer;
}
#footer .foot_div .foot_code .code_ul .code_li a {
  width: 123px;
  height: 123px;
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot_div .foot_code .code_ul .code_li a span {
  position: absolute;
  padding: 5px;
}
#footer .foot_div .foot_code .code_ul .code_li a .top_left {
  position: absolute;
  top: -1px;
  left: -1px;
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(0, 0, 0, 0.5);
}
#footer .foot_div .foot_code .code_ul .code_li a .top_right {
  position: absolute;
  top: -1px;
  right: -1px;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(0, 0, 0, 0.5);
}
#footer .foot_div .foot_code .code_ul .code_li a .bottom_left {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
#footer .foot_div .foot_code .code_ul .code_li a .bottom_right {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
#footer .foot_div .foot_code .code_ul .code_li a .code_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#footer .foot_div .foot_code .code_ul .code_li a .code_img img {
  width: 100%;
  display: block;
}
#footer .foot_div .foot_code .code_ul .code_li p {
  width: 100%;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
#footer .foot_bottom {
  width: 100%;
  height: 62px;
  border-top: 1px solid #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .foot_bottom img{ vertical-align: middle;}
#footer .foot_bottom span {
  font-size: 14px;
  color: #999999;
}
#footer .foot_mark {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0rem;
  left: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#footer .foot_mark .pop_div {
  width: 30%;
  height: auto;
  background-color: #ffffff;
}
#footer .foot_mark .pop_div .pop_img {
  width: 100%;
}
#footer .foot_mark .pop_div .pop_img img {
  width: 100%;
  display: block;
}
#footer .foot_mark .pop_div p {
  font-size: 18px;
  text-align: center;
  height: 37px;
}
#footer .foot_mark .pop_div .foot_close {
  width: 50px;
  height: 30px;
  background: #dc1c1c;
  margin: 0px auto 10px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1460px) {
  #footer .foot_div {
    width: 1100px;
  }
}
@media only screen and (max-width: 1250px) {
  #footer .foot_div {
    width: 940px;
  }
  #footer .foot_div .foot_head .foot_ul .foot_li {
    margin-right: 45px;
  }
  #footer .foot_div .foot_cont {
    margin: 35px auto;
  }
  #footer .foot_div .foot_cont .foot_logo {
    width: 120px;
  }
  #footer .foot_div .foot_line {
    height: 65px;
  }
  #footer .foot_div .foot_code {
    width: 580px;
    height: 135px;
  }
  #footer .foot_div .foot_code .code_ul .code_li {
    width: 100px;
  }
  #footer .foot_div .foot_code .code_ul .code_li a {
    width: 100px;
    height: 100px;
  }
  #footer .foot_div .foot_code .code_ul .code_li a .code_img {
    width: 90%;
    height: 90%;
  }
  #footer .foot_div .foot_code .code_ul .code_li p {
    font-size: 13px;
    margin-top: 5px;
  }
  #footer .foot_bottom {
    width: 100%;
    height: 62px;
    border-top: 1px solid #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .foot_bottom span {
    font-size: 14px;
    color: #999999;
  }
}
@media only screen and (max-width: 970px) {
  #footer {
    min-height: 265px;
  }
  #footer .foot_div {
    width: 740px;
  }
  #footer .foot_div .foot_head {
    height: auto;
  }
  #footer .foot_div .foot_head .foot_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    height: auto;
  }
  #footer .foot_div .foot_head .foot_ul .foot_li {
    margin-right: 25px;
    margin-top: 10px;
  }
  #footer .foot_div .foot_cont {
    margin: 35px auto;
  }
  #footer .foot_div .foot_cont .foot_logo {
    width: 95px;
  }
  #footer .foot_div .foot_line {
    height: 55px;
  }
  #footer .foot_div .foot_code {
    width: 510px;
    height: 105px;
  }
  #footer .foot_div .foot_code .code_ul {
    align-items: flex-start;
  }
  #footer .foot_div .foot_code .code_ul .code_li {
    width: 80px;
  }
  #footer .foot_div .foot_code .code_ul .code_li a {
    width: 80px;
    height: 80px;
  }
  #footer .foot_div .foot_code .code_ul .code_li a .code_img {
    width: 90%;
    height: 90%;
  }
  #footer .foot_div .foot_code .code_ul .code_li p {
    font-size: 11px;
    margin-top: 5px;
  }
  #footer .foot_bottom {
    height: 50px;
  }
  #footer .foot_bottom span {
    font-size: 11px;
    color: #999999;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    min-height: 265px;
  }
  #footer .foot_div {
    width: 100%;
    padding-top: 0.013157rem;
  }
  #footer .foot_div .foot_head {
    height: auto;
  }
  #footer .foot_div .foot_head .foot_ul .foot_li {
    margin: 0rem;
    padding: 0.131578rem 0.263157rem 0rem;
  }
  #footer .foot_div .foot_cont {
    margin: 0.526315rem auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
  }
  #footer .foot_div .foot_cont .foot_logo {
    width: 95px;
  }
  #footer .foot_div .foot_line {
    height: 55px;
    display: none;
  }
  #footer .foot_div .foot_code {
    width: 100%;
    padding: 0px 2%;
    height: auto;
    overflow-x: scroll;
  }
  #footer .foot_div .foot_code .code_ul {
    align-items: flex-start;
    width: -webkit-max-content;
    margin-top: 0.394736rem;
  }
  #footer .foot_div .foot_code .code_ul .code_li {
    width: 2.105263rem;
    margin-left: 0.394736rem;
  }
  #footer .foot_div .foot_code .code_ul .code_li a {
    width: 2.105263rem;
    height: 2.105263rem;
  }
  #footer .foot_div .foot_code .code_ul .code_li a .code_img {
    width: 90%;
    height: 90%;
  }
  #footer .foot_div .foot_code .code_ul .code_li p {
    font-size: 0.289473rem;
    margin-top: 0.131578rem;
  }
  #footer .foot_div .foot_code .code_ul .code_li:first-child {
    margin-left: 0rem;
  }
  #footer .foot_div .foot_code::-webkit-scrollbar {
    display: none;
  }
  #footer .foot_bottom {
    height: auto;
    width: 100%;
    padding: 0.2rem 10%;
    flex-wrap: wrap;
  }
  #footer .foot_bottom span {
    font-size: 0.289473rem;
    color: #999999;
  }
  #footer .foot_mark .pop_div {
    width: 58%;
  }
  #footer .foot_mark .pop_div p {
    font-size: 0.4211rem;
    height: 0.7895rem;
  }
  #footer .foot_mark .pop_div .foot_close {
    margin: 0px auto 5px;
    border-radius: 0.0526rem;
  }
}
</pre></body></html>